home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 February / Macworld (2000-02).dmg / Updaters / WhiteCap 3.2.2.sea / WhiteCap 3.2.2 / (into Visual Plug-ins) / WhiteCap Configs / CORE Anthem < prev    next >
Text File  |  1999-10-11  |  868b  |  66 lines

  1. /* Dedicated to all the guys in the CORE, especially Felonius and SuperFlu who put in long hard hours with hopes to top that CTF ladder...  give IE a butt-kicking for me...  
  2.  
  3. -Avatar55  
  4. */
  5.  
  6. Resn=10,
  7.  
  8. Durn="1.3",
  9.  
  10.  
  11. CamX="60 * sin( t / 7 )",
  12. CamY="30 * cos( t / 7 )",
  13. CamZ="15 + 5 * cos( t / 10 )",
  14.  
  15. CmLX="40",
  16. CmLY="0",
  17. CmLZ="0",
  18.  
  19. CUpX="0",
  20. CUpY="0",
  21. CUpZ="1",
  22.  
  23. C0="( 1 - dt )",
  24.  
  25.  
  26. D0="abs( mag( s ) )",
  27. D1="pos( 1 - 2 / ( 4.5 * d0 + 1.4 ) )",
  28.  
  29. // Just makes the dt=0 linewidth 2
  30. LWdt="1 + sqwv(1+dt)",
  31.  
  32. R="D1 * C0",
  33. G="D1 * C0",
  34. B="(.4 + D1 * .7) * C0",
  35.  
  36. B0=".5 * ( sin( 1.1 * t ) + 1 )",
  37.  
  38. LvlR="exp( - 15 * abs( ( s - b0 ) )^ 1.3 )",
  39. LvlG="exp( - 15 * abs( ( s - b0 ) )^ 1.3 )",
  40. LvlB="1",
  41.  
  42.  
  43. // Preferred dimentions/aspect
  44. widt=450,heig=380,
  45.  
  46.  
  47. ConL=1,ConB=1,
  48.  
  49.  
  50. Fall=".05",
  51.  
  52.  
  53. X="100 * dt",
  54. Y="80 * (s - .5)",
  55. Z="14 * D0",
  56.  
  57.  
  58.  
  59. Scal="900",
  60.  
  61. ScSz=1,
  62.  
  63. Pers="250",
  64.  
  65.  
  66. Vers=30